
@import "/css/default.css";

/* Hides the navigation and standards stuff at the bottom */

.navcontainer {
  display: none;
}

.standards {
  display: none;
}

.textnav {
  display: none;
}

/* Hides the side bars */

.body-left-indent {
  margin-left: 0px;
}

.rbox {
        float: right;
        clear: right;
        padding: 10px;
        margin-right: 2px;
        display: none;
}
.lbox {
        float: left;
        clear: left;
        padding: 10px;
	margin-left: 2px;
	width:210px;
	display: none;
}
